home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_Netscape / NETHELP / HEADER_J.{15 < prev    next >
Text File  |  1999-09-17  |  376b  |  23 lines

  1. /* ==================================================================
  2.  
  3. FILE:   Header.js
  4.  
  5. DESCR:  Header library file for Netscape Help implementation.
  6.  
  7. NOTES:  
  8.  
  9. ================================================================== */
  10.  
  11. //top.SystemFrame.trace( "Header.js" )
  12.  
  13.  
  14.  
  15. function onload()
  16.  
  17. {
  18.  
  19.    // Bind events to global event handlers.
  20.  
  21.    top.bindDocEvts( document )
  22.  
  23. }